Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit fc10cededd99694ef549520ffa09d4a8abc868bb


Parents : 78932b8
Author : markqvist <mark@unsigned.io>
Signature : Signature validation error
Date : 2024-06-07T14:31:35+02:00
Committer : GitHub <noreply@github.com>
Date : 2024-06-07T14:31:35+02:00

Update README.md

Changes

1 files changed, 15 insertions(+), 2 deletions(-)

M README.md +15 -2

Diff

diff --git a/README.md b/README.md
index 89321a35..8b831734 100644
--- a/README.md
+++ b/README.md
@@ -33,16 +33,29 @@ After the application is installed on your Android device, it is also possible t
## Installation On Linux
-On all Linux-based operating systems, Sideband is available as a `pip` package. This installation method **includes desktop integration**, so that Sideband will show up in your applications menu and launchers. Make sure you have Python and `pip` installed (default on most modern distributions), and run:
+On all Linux-based operating systems, Sideband is available as a `pip` package. This installation method **includes desktop integration**, so that Sideband will show up in your applications menu and launchers. Depending on your system, you may need to install the `python-pyaudio` or `python3-pyaudio` package for audio messaging support. Make sure you have Python and `pip` installed (default on most modern distributions), and run:
```bash
-# Install Sideband and dependencies on Linux:
+# Depending on your distribution, you may need
+# to install the pyaudio package via the package
+# manager included in your distribution, with
+# a command like one of the following:
+
+pamac install python-pyaudio # Manjaro
+sudo pacman -Sy python-pyaudio # Arch
+sudo apt install python3-pyaudio # Debian and derivatives
+
+# Install the Sideband application:
pip install sbapp
# Find the Sideband application in your launcher,
# or run it directly from the command line:
sideband
+# You can also run Sideband with more verbose
+# log output enabled:
+sideband -v
+
# You can also run Sideband in headless daemon
# mode, for example as a telemetry collector:
sideband --daemon


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────